#include <linear_matrix_solver_interface.hpp>

Public Types | |
| typedef MatrixT< T, I > | MatrixType |
Public Member Functions | |
| BaseLinearMatrixSolverInterface (void) | |
| Default constructor. | |
| virtual | ~BaseLinearMatrixSolverInterface (void) |
| Destructor. | |
| MatrixType * | solve (const MatrixType &B) const |
| Solve w/ the specified RHS Matrix, return (dense) Matrix. | |
| typedef MatrixT<T, I> gridpack::math::BaseLinearMatrixSolverInterface< T, I >::MatrixType |
| gridpack::math::BaseLinearMatrixSolverInterface< T, I >::BaseLinearMatrixSolverInterface | ( | void | ) |
Default constructor.
| virtual gridpack::math::BaseLinearMatrixSolverInterface< T, I >::~BaseLinearMatrixSolverInterface | ( | void | ) | [virtual] |
Destructor.
| MatrixType* gridpack::math::BaseLinearMatrixSolverInterface< T, I >::solve | ( | const MatrixType & | B | ) | const |
Solve w/ the specified RHS Matrix, return (dense) Matrix.
Reimplemented in gridpack::math::LinearMatrixSolverImplementation< T, I >.
1.6.1